Skip to main content
GET
/
addresses
/
crypto
/
hosted
/
vasps
Search hosted wallet providers (VASPs) to pick the right `did`
curl --request GET \
  --url https://api.sandbox.iron.xyz/api/addresses/crypto/hosted/vasps \
  --header 'X-API-Key: <api-key>'
[
  {
    "did": "<string>",
    "name": "<string>",
    "country": "<string>",
    "website": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

API Key

Query Parameters

q
string
required

query string (min 4 chars)

limit
integer<uint32>

optional limit (default 20, max 50)

Response

Success

did
string
required

Notabene DID of the VASP

name
string
required

Display name

country
string

Country if available

website
string

Website URL